runtime.pollDesc.lock (field)
14 uses
runtime (current package)
netpoll.go#L103: lock mutex // protects the following fields
netpoll.go#L246: lock(&pd.lock)
netpoll.go#L270: unlock(&pd.lock)
netpoll.go#L300: lock(&pd.lock)
netpoll.go#L310: unlock(&pd.lock)
netpoll.go#L373: lock(&pd.lock)
netpoll.go#L375: unlock(&pd.lock)
netpoll.go#L441: unlock(&pd.lock)
netpoll.go#L453: lock(&pd.lock)
netpoll.go#L473: unlock(&pd.lock)
netpoll.go#L623: lock(&pd.lock)
netpoll.go#L632: unlock(&pd.lock)
netpoll.go#L654: unlock(&pd.lock)
netpoll.go#L701: lockInit(&pd.lock, lockRankPollDesc)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |